home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
WhosOnFirst
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-26
|
981b
|
47 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = WhosOnFirst
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = whoapp.tiff
GLOBAL_RESOURCES = WhosOnFirst.nib me.tiff WhosOnFirst.preditor
CLASSES = DefaultMgr.m IconView.m InfoMgr.m myMainObject.m \
ProcessManager.m Talk.m
HFILES = DefaultMgr.h IconView.h InfoMgr.h myMainObject.h ProcessManager.h \
Talk.h
MFILES = WhosOnFirst_main.m
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app whoapp.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies